home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / shazam11.zip / DEMOE2.DEF < prev    next >
Text File  |  1991-11-04  |  3KB  |  52 lines

  1. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  2. @@ Convert to a real program, using ListItem symbols (^^ and %%).
  3.  
  4. @@ Note use of "[APPLICATION]" to reference ED.* Custom Components,
  5. @@ rather than DEMOE2.* (which don't exist).  This causes SHAZAM to:
  6. @@    <> Use the name "ED" for generated files.
  7. @@    <> Use the name "ED" for Custom Components:  ED.INC, ED.VIR and ED.EVT
  8.  
  9. @@ Uses ListItem symbols "^^" (double-carot) and "%%" (double percentage)
  10. @@ ^^ ListItem defined and handled elsewhere; do not be put in
  11. @@    TApplication^.HandleEvent.
  12. @@ %% ListItem code exists; create "cm.." and call via
  13. @@    TApplication^.HandleEvent
  14. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  15.  
  16. [APPLICATION] ed                       ;;"drop-in" editor
  17.  
  18. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. [SUBMENU] file                         ;;file management commands (open, save, etc)
  21. %%Open...    f3                        ;;locate and open a file in an Edit window
  22. %%New        f4                        ;;create a new file in a new Edit window
  23. ^^Save       f2                        ;;save the file in the active Edit window
  24. ^^'Save ~a~s...'                       ;;save file under a different name, directory, or drive
  25. [NEWLINE]
  26. %%'Change dir...'                      ;;choose a new default directory
  27.  
  28. [SUBMENU] edit                         ;;cut-and-paste editing commands
  29. ^^Undo                                 ;;cancel changes to the current line
  30. [NEWLINE]
  31. ^^Cu~t~    Shift-Del                   ;;remove selected text, place in Clipboard
  32. ^^Copy     Ctrl-Ins                    ;;copy selected text into Clipboard
  33. ^^Paste    Shift-Ins                   ;;Insert text from Clipboard at cursor position
  34. %%'Show clipboard'                     ;;open the Clipboard window
  35. [NEWLINE]
  36. ^^C~l~ear   Ctrl-Del                   ;;delete selected text
  37.  
  38. [SUBMENU] search                       ;;text search-and-replace commands
  39. ^^Find...                              ;;search for text
  40. ^^Replace...                           ;;search for text and replace it with new text
  41. ^^'Search again'                       ;;repeat the last Find or Replace command
  42.  
  43. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  44. @@ Since these are instanced above, needn't use "^^" or "%%"
  45. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  46.  
  47. [STATUS]
  48. f1 help
  49. f2 save
  50. f3 open
  51. f10 menu
  52. alt-x exit cmQuit